home *** CD-ROM | disk | FTP | other *** search
- ><font face="verdana,arial"><a href="#m_post_message">post_message()</a></font></td>
- </tr>
- <tr>
- <td width="10"></td>
- <td><font face="verdana,arial"><a href="#m_edit_message">edit_message()</a></font></td>
- </tr>
- <tr>
- <td width="10"></td>
- <td><font face="verdana,arial"><a href="#m_delete_message">delete_message()</a></font></td>
- </tr>
- <tr>
- <td width="10"></td>
- <td><font face="verdana,arial"><a href="#m_cleanup">cleanup()</a></font></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td width="100%"> </td>
- </tr>
- <tr>
- <td width="100%"><hr></td>
- </tr>
- <tr>
- <td width="100%">
- <table border="0" cellspacing="0" width="100%">
- <tr>
- <td width="100%"><b><font face="verdana,arial" color="#000080"><a name="pm_title"></a>Property
- set/get method | </font><font face="verdana,arial" color="#FF0000">_title()</font></b></td>
- </tr>
- <tr>
- <td width="100%"><font face="verdana,arial" size="2"><b>Type:<br>
- </b>set_title(String)<br>
- String get_title()<br>
- <br>
- <b>Description:</b> The title of the currently loaded forum.
- This property gets set upon a successful call to load_forum().
- You can write to this property, but the value gets overwritten if a
- subsequent call to load_forum() is made. To make a permanent
- change to a forum's title, see the edit_forum() method.<br>
- <br>
- <b>Common usage (Jscript):<br>
- </b></font><font face="Courier New" size="2">var myforumtitle = forumobj.get_title();<br>
- forumobj.set_title("My Forum");</font></td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td width="100%"><hr></td>
- </tr>
- <tr>
- <td width="100%">
- <table border="0" cellspacing="0" width="100%">
- <tr>
- <td width="100%"><b><font face="verdana,arial" color="#000080"><a name="pm_description"></a>Property
- set/get method | </font><font face="verdana,arial" color="#FF0000">_description()</font></b></td>
- </tr>
- <tr>
- <td width="100%"><font face="verdana,arial" size="2"><b>Type:<br>
- </b>set_description(String)<br>
- String get_description()<br>
- <br>
- <b>Description:</b> The description of the currently loaded forum.
- This property gets set upon a successful call to load_forum().
- You can write to this property, but the value gets overwritten if a
- subsequent call to load_forum() is made. To make a permanent
- change to a forum's description, see the edit_forum() method.<br>
- <br>
- <b>Common usage (Jscript):<br>
-